Key Enumeration

Represents a type for the index entries that should be used for sorting.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum Key

Members

Address0 Specifies the address for a bibliography index entry.
Annote1 Specifies the annotation for a bibliography index entry.
Author2 Specifies the author or authors for a bibliography index entry.
BibliographyType3 Specifies to which type of bibliographical entry a template applies.
BookTitle4 Specifies the book title for a bibliography index entry.
Chapter5 Specifies the chapter reference for a bibliography index entry.
Custom16 Specifies the first of up to five user defined information for a bibliography index entry.
Custom27 Specifies the second of up to five user defined information for a bibliography index entry.
Custom38 Specifies the third of up to five user defined information for a bibliography index entry.
Custom49 Specifies the fourth of up to five user defined information for a bibliography index entry.
Custom510 Specifies the fifth of up to five user defined information for a bibliography index entry.
Edition11 Specifies the edition for a bibliography index entry.
Editor12 Specifies the editor for a bibliography index entry.
HowPublished13 Specifies the publication type for a bibliography index entry.
Identifier14 Specifies an identifier for a bibliography index entry.
Institution15 Specifies an institution for a bibliography index entry.
Isbn16 Specifies an ISBN for a bibliography index entry.
Issn17 Specifies an ISSN for a bibliography index entry.
Journal18 Specifies the journal for a bibliography index entry.
Month19 Specifies the month for a bibliography index entry.
Note20 Specifies the note for a bibliography index entry.
Number21 Specifies the number for a bibliography index entry.
Organizations22 Specifies one or more organizations for a bibliography index entry.
Pages23 Specifies the page number or page numbers for a bibliography index entry.
Publisher24 Specifies the publisher for a bibliography index entry.
ReportType25 Specifies the report type for a bibliography index entry.
School26 Specifies the school for a bibliography index entry.
Series27 Specifies the series for a bibliography index entry.
Title28 Specifies the title for a bibliography index entry.
Url29 Specifies the IRI for a bibliography index entry.
Volume30 Specifies the volume for a bibliography index entry.
Year31 Specifies the year for a bibliography index entry.
None32 None.

See Also